libfdt: add version 1.3.0
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 13 Feb 2012 13:33:26 +0000 (13:33 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 13 Feb 2012 13:33:26 +0000 (13:33 +0000)
commitf0ea065580683f85d2256cafac922add3443de81
tree7956e0d0821d653425a55d0ad7481af12c33d9f3
parentb768dbb56b7f58f28e66a9cb7d3c8380d95735e0
libfdt: add version 1.3.0

Add libfdt 1.3.0 from http://git.jdl.com/gitweb/?p=dtc.git

This will be used by Xen to parse the DTBs provided by bootloaders on
ARM platforms.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Keir Fraser <keir@xen.org>
13 files changed:
xen/common/libfdt/Makefile.libfdt [new file with mode: 0644]
xen/common/libfdt/TODO [new file with mode: 0644]
xen/common/libfdt/fdt.c [new file with mode: 0644]
xen/common/libfdt/fdt.h [new file with mode: 0644]
xen/common/libfdt/fdt_ro.c [new file with mode: 0644]
xen/common/libfdt/fdt_rw.c [new file with mode: 0644]
xen/common/libfdt/fdt_strerror.c [new file with mode: 0644]
xen/common/libfdt/fdt_sw.c [new file with mode: 0644]
xen/common/libfdt/fdt_wip.c [new file with mode: 0644]
xen/common/libfdt/libfdt.h [new file with mode: 0644]
xen/common/libfdt/libfdt_env.h [new file with mode: 0644]
xen/common/libfdt/libfdt_internal.h [new file with mode: 0644]
xen/common/libfdt/version.lds [new file with mode: 0644]